DeviceResult

public final class DeviceResult

Class representing a device response after an asynchronous command.

Properties

Link copied to clipboard

Map of measurement results, if applicable. Value is null if the command does not provide any measurement results, or if the operation was not successful.

Link copied to clipboard
private final CommandStatus status

Status code of the completed command. CommandStatus.SUCCESS for a successful operation

Functions

Link copied to clipboard

Map of measurement results, if applicable. Value is null if the command does not provide any measurement results, or if the operation was not successful.

Link copied to clipboard
public final CommandStatus getStatus()

Status code of the completed command. CommandStatus.SUCCESS for a successful operation